xen.git
2006-04-20 vhanquez@kneesa... adjustement to default configs to build BLK_DEV_GENERIC...
2006-04-20 kaf24@firebug... SVM patch to ensure that PAE bit is set for 32bit guest...
2006-04-20 vhanquez@kneesa... Put back some modules directly in kernel.
2006-04-20 kaf24@firebug... In both i386 and x86-64 Linux, using a static variable...
2006-04-20 kaf24@firebug... Build frontend drivers into the -xen kernels rather...
2006-04-19 vhanquez@kneesa... Update -xen configs for 32/64 bits to be closer to...
2006-04-19 stekloff@dyn90470221... Add small memory warning message to domain configuratio...
2006-04-19 stekloff@dyn90470221... Small Memory fix patch #2: I forgot to change the XmTes...
2006-04-19 stekloff@dyn90470221... Fix the 15_create_smallmem_pos.py test, which was faili...
2006-04-19 emellor@leeni... Under FC5 multi-line commands in bash script language...
2006-04-19 emellor@leeni... This fixes a path problem with the current ACM scripts.
2006-04-19 kaf24@firebug... x86/64 e820-parse-and-map code should skip low 1GB...
2006-04-19 kaf24@firebug... Increase size of level-2 initial PDE identity map from...
2006-04-19 kaf24@firebug... Fix 64-bit Xen build after new PIT (i8254) code.
2006-04-19 kaf24@firebug... The Xen Hypervisor currently operates a bit differe...
2006-04-19 kaf24@firebug... Clean up the xenoprofile hypercall interface.
2006-04-19 kaf24@firebug... Fix swapped calloc() arguments.
2006-04-19 kaf24@firebug... Sync PIT device model with latest qemu and move it...
2006-04-19 kaf24@firebug... Replace &foo[0] with foo where the latter seems cleaner
2006-04-19 kaf24@firebug... This patch defines a test_and_clear bitop for cpumask_t...
2006-04-19 emellor@leeni... This is an update on the vTPM installation instructions.
2006-04-16 kaf24@firebug... Only BSP can really do clear_all_shadow_status.
2006-04-16 kaf24@firebug... Clean up new EOI ack method some more and fix unbinding
2006-04-15 emellor@leeni... Merged.
2006-04-15 emellor@leeni... Read the message type out of the message before sending...
2006-04-15 kaf24@firebug... Big fixes for the new IO-APIC acknowledging method...
2006-04-15 kaf24@firebug... Remove bogus extern declaration.
2006-04-15 kaf24@firebug... This patch adds a section to the documentation on the...
2006-04-15 kaf24@firebug... Touch softlockup watchdog while warning user about...
2006-04-15 kaf24@firebug... Fix whitespace in libxc. Tabs are manually fixed.
2006-04-15 kaf24@firebug... Fix SETMAXMEM dom0_op with proper locking.
2006-04-15 kaf24@firebug... Currently, it is possible to set the mem-max value...
2006-04-14 emellor@leeni... This patch enables external devices, such as for exampl...
2006-04-14 Ryan HarperAllow cpus parameter to xm create to accept a range...
2006-04-14 kaf24@firebug... Restrict netfront to 256 grant references to avoid
2006-04-14 kaf24@firebug... Introduce gnttab_empty_grant_references() to check...
2006-04-14 kaf24@firebug... Replace grant-table typedefs with explicit structs.
2006-04-14 kaf24@firebug... Clean up grant_mapping_t. Increase its size from 4bytes...
2006-04-14 kaf24@firebug... Use ioremap instead of __va to map VGA memory area...
2006-04-14 kaf24@firebug... This patch removes the ignored "Unconditional I/O exiti...
2006-04-14 kaf24@firebug... This patch enables tracing VMEXIT/ENTRY for 64-bit...
2006-04-14 kaf24@firebug... Since we don't reset the proto_csum_blank flag in the...
2006-04-14 kaf24@firebug... This is a patch for XenMon which only applies to the...
2006-04-14 kaf24@firebug... Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH
2006-04-14 kaf24@firebug... New IO-APIC ACK method seems to cause problems on some...
2006-04-14 kaf24@firebug... Fix Xen's interrupt acknowledgement routines on certain
2006-04-14 kaf24@firebug... Call move_irq() during evtchn ->ack irq hook functions...
2006-04-14 kaf24@firebug... Must use __copy_to_user_inatomic() in swiotlb's sync_si...
2006-04-13 kaf24@firebug... Fix stack corruption in the libxs python interface...
2006-04-13 vhanquez@kneesa... add quota to xenstored.
2006-04-13 kaf24@firebug... Allow PCI-E and PCMCIA config on 64-bit Xenlinux.
2006-04-13 kaf24@firebug... This is to align PIT counter with TSC more accurately.
2006-04-13 kaf24@firebug... Use memmove instead of memcpy for overlapping areas...
2006-04-13 kaf24@firebug... In some cases, say for instance for some bizzare reason
2006-04-13 kaf24@firebug... SVM patch to add BP exception intercept support.
2006-04-13 kaf24@firebug... SVM patch to init rsp properly.
2006-04-13 kaf24@firebug... SVM patch to add PAE support.
2006-04-13 kaf24@firebug... SVM patch to add add init intercept handler.
2006-04-13 kaf24@firebug... This fixes the state machine of the vTPM driver.
2006-04-13 kaf24@firebug... Clean up xen Makefile. Use _-prefixed rules to avoid a
2006-04-13 kaf24@firebug... This fixes the Xen Makefile to allow correct building...
2006-04-13 kaf24@firebug... The comment in xen.h on how to obtain current system...
2006-04-13 kaf24@firebug... The default value used to control whether the guest...
2006-04-13 kaf24@firebug... This is the initial patch for SMP PAE guest on x86...
2006-04-13 kaf24@firebug... Make grant table map/unmap argument, host_addr, feature...
2006-04-13 kaf24@firebug... Unmap shadow vtable when freeing shadow table in free_s...
2006-04-13 kaf24@firebug... Use copy_from_user when accessing linear page table...
2006-04-12 emellor@leeni... Reset the cached state to XenbusStateInitialising on...
2006-04-11 emellor@leeni... Merged.
2006-04-11 emellor@leeni... Fix KERNELS example, mkinitrd example.
2006-04-11 kaf24@firebug... The maximum instruction length for both x86-32 and
2006-04-11 kaf24@firebug... When running test 5 in Memtest86+ v1.65, I got a "this...
2006-04-11 kaf24@firebug... Make event_pending() architecture-specific.
2006-04-11 kaf24@firebug... Remove some bogus .PHONY Makefile declarations.
2006-04-10 kaf24@firebug... Netfront must switch state using xenbus_switch_state...
2006-04-10 kaf24@firebug... Add a new config option for all backend drivers. This...
2006-04-10 emellor@leeni... Merged.
2006-04-10 emellor@leeni... Fix the test inside all_devices_ready, and move it...
2006-04-10 kaf24@firebug... Fail the build if NR_hypercalls is not a power of two.
2006-04-10 kaf24@firebug... Fix a couple of typos.
2006-04-10 kaf24@firebug... Fix push/pop usage in tools/ioemu for x86/64.
2006-04-10 kaf24@firebug... If the 'cdrom=' option is specified in the definition...
2006-04-10 kaf24@firebug... build: Clean up use of .PHONY
2006-04-10 kaf24@firebug... build: Clean pygrub's a.out
2006-04-10 emellor@leeni... Merged.
2006-04-10 kaf24@firebug... build: Document the use of XEN_PYTHON_NATIVE_INSTALL
2006-04-10 kaf24@firebug... build: clean up output of make help a little bit
2006-04-10 kaf24@firebug... build: Make sure that DESTDIR is set
2006-04-10 emellor@leeni... Initialise offsetopt when offset == 0. Closes bug...
2006-04-10 kaf24@firebug... build: Remove iptables and python loging helper targets
2006-04-10 kaf24@firebug... Remove unused netbsd build fragments.
2006-04-10 emellor@leeni... Fix call to server, using new XendClient syntax.
2006-04-10 emellor@leeni... Updated to reflect new KERNELS defaults, and properly...
2006-04-10 vhanquez@kneesa... fix bug #609 - error: PIC register `bx' clobbered in...
2006-04-10 emellor@leeni... I used the wrong operator in a couple places for puttin...
2006-04-10 kaf24@firebug... 'make mkpatches' diffs against pristine tree rather...
2006-04-10 kaf24@firebug... Introduce page_to_bus() and use it in pci-dma-xen.c...
2006-04-10 ack@kneesa... fix x86_32 default linux builds
2006-04-09 kaf24@firebug... Remove various compile-time options from SEDF scheduler and
2006-04-08 kaf24@firebug... Build CONFIG_PNP_ACPI by default.
next